Skip to content

build: bump Go toolchain from 1.26.5 to 1.26.6 - #116

Merged
omattsson merged 1 commit into
mainfrom
ci/go-1.26.6
Aug 27, 2026
Merged

build: bump Go toolchain from 1.26.5 to 1.26.6#116
omattsson merged 1 commit into
mainfrom
ci/go-1.26.6

Conversation

@omattsson

Copy link
Copy Markdown
Owner

Why

The govulncheck job fails on main and on every open PR (#114, #115). Go 1.26.5 stdlib has 4 vulnerabilities: GO-2026-5026, GO-2026-5972, GO-2026-6090, GO-2026-6218 (crypto/tls, net/http, net/url, encoding/asn1). All are fixed in Go 1.26.6.

Change

  • cli/go.mod: go 1.26.5 -> go 1.26.6. All workflows read the toolchain from this file (go-version-file: cli/go.mod).
  • go build ./... and go vet ./... pass.

After merge

Rebase #114 and #115; merge when green.

🤖 Generated with Claude Code

govulncheck fails on main: Go 1.26.5 stdlib has 4 vulnerabilities
(GO-2026-5026, GO-2026-5972, GO-2026-6090, GO-2026-6218) in crypto/tls,
net/http, net/url and encoding/asn1. All are fixed in Go 1.26.6.
All workflows read the toolchain from cli/go.mod.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 71e6b9e2-6871-428a-b374-78f3da2f4b43


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@omattsson
omattsson merged commit e075d90 into main Aug 27, 2026
8 checks passed
@omattsson
omattsson deleted the ci/go-1.26.6 branch August 27, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant